RBYTE ----- RBYTE is designed to Remove BYTEs from the begining of files. The way it works is simple. Run the program. You are prompted for a filename. Type in the file you want to "RIP" Then you are prompted for the output filename. Type in the name you want the file to be called. Then you are prompted for the number of bytes to be removed. If you want 1K you type 1024. If you want 1341 bytes removed, type 1341. It's that simple. It will display the file, if it exists, and how many bytes it is long. Then it will start rewriting the new file, byte by byte. It displays it's current progress. The maximum size for a file to "RIP" is uncertain. It was tested on a 1K text file, and a 325K binary .EXE file. It performed very slowly, but it was flawless in performance.